home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stone Design
/
Stone Design.iso
/
Stone_Friends
/
NeXT-Icons
/
next-icon@gun.com
/
Apps
/
ImagePortfolio
/
Makefile.postamble
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-06-03
|
254 b
|
11 lines
# -------------------------------------------------------------------------------
# target for making the compresssed .tar.Z file
tar.Z:
strip $(NAME).app/$(NAME);
tar cf - $(NAME).app | compress >$(NAME).app.tar.Z
clean::
rm -f $(NAME).app.tar.Z
#